home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Hachette Multimedia / Dictionnaire Hachette Multimedia.iso / pc / demo / shared.dir / 00304_Script_304 < prev    next >
Text File  |  1995-09-05  |  218b  |  10 lines

  1. on startmovie
  2.   cursor 200
  3. end
  4.  
  5. on keyup
  6.   if the key = "p" then go to the frame
  7.   if the key = "c" then CONTINUE
  8.   --If the key = "r" then go to movie "DHM01"
  9.   if the key = "q" then go to movie "DHMFIN" 
  10. end